Skip to content

Bump cachetools from 2.0.0 to 4.2.2 #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 21, 2021

Bumps cachetools from 2.0.0 to 4.2.2.

Changelog

Sourced from cachetools's changelog.

v4.2.2 (2021-04-27)

  • Update build environment.

  • Remove Python 2 remnants.

  • Format code with Black.

v4.2.1 (2021-01-24)

  • Handle __missing__() not storing cache items.

  • Clean up __missing__() example.

v4.2.0 (2020-12-10)

  • Add FIFO cache implementation.

  • Add MRU cache implementation.

  • Improve behavior of decorators in case of race conditions.

  • Improve documentation regarding mutability of caches values and use of key functions with decorators.

  • Officially support Python 3.9.

v4.1.1 (2020-06-28)

  • Improve popitem() exception context handling.

  • Replace float('inf') with math.inf.

  • Improve "envkey" documentation example.

v4.1.0 (2020-04-08)

  • Support user_function with cachetools.func decorators (Python 3.8 compatibility).

  • Support cache_parameters() with cachetools.func decorators

... (truncated)

Commits
  • e919f2f Release v4.2.2.
  • fd9b671 Remove Libraries.io SourceRank.
  • 743576f Pin check-manifest version for Python < 3.8 due to Travis issues.
  • b5a1e5a Add Travis Python 3.10-dev build.
  • 6b56d1f Add src directory.
  • 14858da Single source package version.
  • 63f2869 Add pyproject.toml
  • f8fbd6d Fix copyright year.
  • a34c227 Remove Python 2 remnants.
  • 187b13a Format code with black.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cachetools](https://github.com/tkem/cachetools) from 2.0.0 to 4.2.2.
- [Release notes](https://github.com/tkem/cachetools/releases)
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v2.0.0...v4.2.2)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 21, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 4, 2021

Superseded by #33.

@dependabot dependabot bot closed this Oct 4, 2021
@dependabot dependabot bot deleted the dependabot/pip/cachetools-4.2.2 branch October 4, 2021 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants